Objects Reference

mat4x4::load_identity

Prototype

inline void load_identity(void)

Parameters

None

Return Value

None

Remarks

Sets the matrix to the identity matrix. The diagonal elements are set to 1.0 and all others set to 0.0.